home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 2 / BBS in a box - Trilogy II.iso / Files / Education / S / Sig math / Sig math / card_12008.txt < prev    next >
Encoding:
Text File  |  1991-10-02  |  3.2 KB  |  159 lines

  1. -- card: 12008 from stack: in
  2. -- bmap block id: 12264
  3. -- flags: 0000
  4. -- background id: 8612
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on opencard
  8.   show card field 1
  9.   hide card button 2
  10.   show card field hint
  11. end opencard
  12. on closecard
  13.   show card field 1
  14.   hide card button 2
  15.   show card field hint
  16. end closeCard
  17.  
  18.  
  19. -- part 1 (button)
  20. -- low flags: 00
  21. -- high flags: A004
  22. -- rect: left=138 top=286 right=335 bottom=313
  23. -- title width / last selected line: 0
  24. -- icon id / first selected line: 0 / 0
  25. -- text alignment: 1
  26. -- font id: 0
  27. -- text size: 12
  28. -- style flags: 0
  29. -- line height: 16
  30. -- part name: Click Here to See Answer
  31. ----- HyperTalk script -----
  32. on mouseUp
  33.   hide card field 1
  34.   show card button 2
  35.   hide card field hint
  36. end mouseUp
  37.  
  38.  
  39. -- part 2 (button)
  40. -- low flags: 80
  41. -- high flags: A004
  42. -- rect: left=122 top=285 right=335 bottom=332
  43. -- title width / last selected line: 0
  44. -- icon id / first selected line: 0 / 0
  45. -- text alignment: 1
  46. -- font id: 0
  47. -- text size: 12
  48. -- style flags: 0
  49. -- line height: 16
  50. -- part name: Click Here to go to Next Card
  51. ----- HyperTalk script -----
  52. on mouseUp
  53.   wait 10 ticks
  54.   show card field 1
  55.   visual dissolve to gray
  56.   go to next card
  57.   hide target
  58. end mouseUp
  59.  
  60.  
  61. -- part 3 (field)
  62. -- low flags: 01
  63. -- high flags: 0001
  64. -- rect: left=116 top=145 right=258 bottom=329
  65. -- title width / last selected line: 0
  66. -- icon id / first selected line: 0 / 0
  67. -- text alignment: 0
  68. -- font id: 3
  69. -- text size: 12
  70. -- style flags: 0
  71. -- line height: 16
  72. -- part name: answerCover
  73.  
  74.  
  75. -- part 4 (button)
  76. -- low flags: 00
  77. -- high flags: 0000
  78. -- rect: left=477 top=312 right=337 bottom=504
  79. -- title width / last selected line: 0
  80. -- icon id / first selected line: 1013 / 1013
  81. -- text alignment: 1
  82. -- font id: 0
  83. -- text size: 12
  84. -- style flags: 0
  85. -- line height: 16
  86. -- part name: Next
  87. ----- HyperTalk script -----
  88. on mouseUp
  89.   hide card button 2
  90.   show card field 1
  91.   visual dissolve  to gray
  92.   go to next card
  93. end mouseUp
  94.  
  95.  
  96.  
  97. -- part 5 (button)
  98. -- low flags: 00
  99. -- high flags: 0000
  100. -- rect: left=433 top=313 right=338 bottom=460
  101. -- title width / last selected line: 0
  102. -- icon id / first selected line: 1014 / 1014
  103. -- text alignment: 1
  104. -- font id: 0
  105. -- text size: 12
  106. -- style flags: 0
  107. -- line height: 16
  108. -- part name: Prev
  109. ----- HyperTalk script -----
  110. on mouseUp
  111.   show card field 1
  112.   hide card button 2
  113.   set the lockscreen to true
  114.   go to previous card
  115.   show card field hint
  116.   go to next card
  117.   set the lockscreen to false
  118.   visual dissolve fast to gray
  119.   go to previous card
  120. end mouseUp
  121.  
  122.  
  123.  
  124. -- part 6 (field)
  125. -- low flags: 01
  126. -- high flags: 0001
  127. -- rect: left=349 top=170 right=310 bottom=509
  128. -- title width / last selected line: 0
  129. -- icon id / first selected line: 0 / 0
  130. -- text alignment: 0
  131. -- font id: 3
  132. -- text size: 12
  133. -- style flags: 0
  134. -- line height: 16
  135. -- part name: hint
  136.  
  137.  
  138. -- part 7 (button)
  139. -- low flags: 00
  140. -- high flags: 0000
  141. -- rect: left=5 top=297 right=337 bottom=49
  142. -- title width / last selected line: 0
  143. -- icon id / first selected line: 20098 / 20098
  144. -- text alignment: 1
  145. -- font id: 0
  146. -- text size: 12
  147. -- style flags: 0
  148. -- line height: 16
  149. -- part name: Home
  150. ----- HyperTalk script -----
  151. on mouseUp
  152.   answer "Go Home?" with "no" or "Yes"
  153.   if it <> "Yes" then exit mouseup
  154.   visual effect iris open
  155.   go home
  156.   show menubar
  157. end mouseUp
  158.  
  159.